Bitmap for WPF
QueryInterface<T>() メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX 名前空間 > ComObject クラス > QueryInterface メソッド : QueryInterface<T>() メソッド
The type of the COM interface to query
Query this instance for a particular COM interface support.
シンタックス
'宣言
 
Public Overloads Overridable Function QueryInterface(Of T As ComObject)() As T
public virtual T QueryInterface<T>()
where T: ComObject

型パラメータ

T
The type of the COM interface to query

戻り値の型

An instance of the queried interface
参照

ComObject クラス
ComObject メンバ
オーバーロード一覧